Bandago Van Rentals MCP Server
Real-time access to Bandago's passenger van rental system. No API key required.
Tools
check_availability
Check which vehicles are available for rental on specific dates and locations. Uses the live scheduling engine to account for existing reservations and fleet positioning.
Parameters: start_date, end_date, start_city, end_city (optional), rate_code
(optional)
get_rate_quote
Get a full pricing breakdown including day rate, insurance options, mileage allowance, applicable taxes, and grand total.
Parameters: start_date, end_date, start_city, end_city (optional), rate_code,
discount_code (optional), email (optional)
list_locations
List all active Bandago rental locations with addresses, phone numbers, and 2-letter location codes.
list_rate_codes
List available vehicle types (Ford Transit, Mercedes Sprinter, etc.) with passenger capacity, fuel type, and towing capability.
Locations
Los Angeles, Nashville, New York/New Jersey, San Francisco, Atlanta, Chicago, Dallas, Denver, and more.
About Bandago
Bandago rents 12- and 15-passenger vans to bands, sports teams, church groups, families, limo and shuttle companies, and anyone who needs to move a group of people. Operating since 2003 across major US cities.
Server Config
{
"mcpServers": {
"bandago": {
"type": "streamable-http",
"url": "https://www.bandago.com/mcp"
}
}
}